home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / regen01.exe / REGENUM.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-09-02  |  2KB  |  96 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 202
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 149
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 116
  38.       Height = 13
  39.       Caption = 'Registry Key Enumerator'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 212
  44.       Top = 16
  45.       Width = 27
  46.       Height = 13
  47.       Caption = 'v 0 .1'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 8
  52.       Top = 80
  53.       Width = 140
  54.       Height = 13
  55.       Caption = 'Copyright Greg Lorriman 1998'
  56.       IsControl = True
  57.     end
  58.     object Comments: TLabel
  59.       Left = 88
  60.       Top = 36
  61.       Width = 81
  62.       Height = 17
  63.       Caption = 'FREE utility'
  64.       WordWrap = True
  65.       IsControl = True
  66.     end
  67.     object Label1: TLabel
  68.       Left = 12
  69.       Top = 104
  70.       Width = 108
  71.       Height = 13
  72.       Caption = 'For other goodies see :'
  73.     end
  74.     object Edit1: TEdit
  75.       Left = 40
  76.       Top = 124
  77.       Width = 181
  78.       Height = 17
  79.       BorderStyle = bsNone
  80.       Color = clBtnFace
  81.       TabOrder = 0
  82.       Text = '   http://www.lorriman.demon.co.uk'
  83.     end
  84.   end
  85.   object OKButton: TButton
  86.     Left = 111
  87.     Top = 168
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 1
  94.   end
  95. end
  96.